WARNING: This program has a bug, which means we need to fix it! This program has a logic error!
RULE: Code outside a loop only runs ONCE.
- Click Run and look at the stage to see what's wrong.
- Currently, the loop is running too fast and we can't see the circle change colors!
- Indent the .wait() command so we see each color for 1 second.
To navigate the page using the TAB key, first press ESC to exit the code editor.